Creates a timeline. This is equivalent to calling Get<(Of <<'(T>)>>)(String)
on Default for the first time.
Namespace:
JanusAssembly: Janus (in Janus.dll)
Syntax
Parameters
- id
- Type: System..::..String
The unique ID of the timeline.
- autoAdd
- Type: System..::..Boolean
Whether or not to connect this timeline automatically.
Remarks
Use of this constructor is discouraged, as it will fail if another timeline with the same ID exists.
Get<(Of <<'(T>)>>)(String) will check for an existing timeline and return it.